Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@smui/line-ripple
Advanced tools
Line ripples are used to highlight input elements above them.
You won't generally need to install this package, unless you're manually creating text fields.
npm install --save-dev @smui/line-ripple
The latest SMUI v3 had a lot of changes, and these docs haven't been caught up yet. You should check out the demo page's code to see the latest usage.
<!--
Normally you wouldn't provide a line ripple, but you can manually set up a
textfield like this:
-->
<Textfield>
<Input bind:value={name} id="name-input" />
<FloatingLabel for="name-input">Name</FloatingLabel>
<LineRipple />
</Textfield>
<script>
import Textfield, { Input } from '@smui/textfield';
import FloatingLabel from '@smui/floating-label';
import LineRipple from '@smui/line-ripple';
let name = '';
</script>
todo...
See Text fields in the Material design spec.
See Line Ripple in MDC-Web for information about the upstream library's architecture.
FAQs
Svelte Material UI - Line Ripple
The npm package @smui/line-ripple receives a total of 8,093 weekly downloads. As such, @smui/line-ripple popularity was classified as popular.
We found that @smui/line-ripple demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.